Infinity-Enumerate-Wear-Slots names a function, with lambda list (D U RECIPIENT/S):
Enumerates all possible wear slots for any avatar.
Lisp ENUMERATE-WEAR-SLOTS = JSON enumerateWearSlots
This command takes no arguments. It returns the wear-slots associated with the caller's avatar.
See TOOTSVILLE WEAR-SLOT-INFO for the format of the reply data.
Returns an object with @code{status: true, from: "enumerateWearSlots"}, and a key slots under which is an array of information about each wear slot, in the format of TOOTSVILLE WEAR-SLOT-INFO, q.v.
{ from: "enumerateWearSlots", status: true, slots: [ WEAR-SLOT-INFO, WEAR-SLOT-INFO, ... ] }
Defined in file src/infinity/new-commands-20.lisp.